home *** CD-ROM | disk | FTP | other *** search
/ Mobiclic 122 / MOBICLIC 122.ISO / mac / DATA / DSS122 / DSS122_04 / DSS122_04.swf / scripts / frame_10 / DoAction.as
Text File  |  2010-02-18  |  948b  |  36 lines

  1. function initBT_RETOUR()
  2. {
  3.    var _loc3_ = this.BT_RETOUR;
  4.    _loc3_.onRollOver = function()
  5.    {
  6.       joueBruitage({nomSon:"B_RETOUR"});
  7.       gereTextes.afficheIB({mc:this,codeIB:"IB100"});
  8.       this.gotoAndPlay("E2");
  9.       gereCursor(2);
  10.    };
  11.    _loc3_.onRollOut = _loc3_.onDragOut = function()
  12.    {
  13.       stopBruitage({nomSon:"B_RETOUR"});
  14.       gereTextes.masqueIB({mc:this,codeIB:"IB100"});
  15.       this.gotoAndPlay("E1");
  16.       gereCursor(1);
  17.    };
  18.    _loc3_.onPress = function()
  19.    {
  20.       gZone = this.pNum;
  21.       stopBruitage({nomSon:"B_RETOUR"});
  22.       gereTextes.masqueIB({mc:this,codeIB:"IB100"});
  23.       _global.ChangeModule({codeRub:"DSS",numMod:0,A_GoLabel:"ATTENTE"});
  24.    };
  25. }
  26. var nom_du_son = "00_00";
  27. gNextLabel = "CARTE";
  28. joueSon({nomSon:nom_du_son});
  29. GUILLAUMET.gotoAndStop("E2");
  30. stop();
  31. initBT_RETOUR();
  32. if(_global.HOTE.gListeLettres_DSS122[7] == 1)
  33. {
  34.    COCKPIT.LETTRE_08._visible = 0;
  35. }
  36.